home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000448_news@watsun.cc.columbia.edu _Mon Apr 19 18:22:20 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id SAA21453
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 19 Apr 1999 18:22:20 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id SAA28437
  7.     for kermit.misc@watsun.cc.columbia.edu; Mon, 19 Apr 1999 18:02:14 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: C-Kermit 7.0 Beta.06 Ready for Testing
  11. Date: 19 Apr 1999 22:02:09 GMT
  12. Organization: Columbia University
  13. Message-ID: <7fg951$roj$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16.  
  17. In case you haven't seen C-Kermit 7.0 yet, it's described at:
  18.  
  19.   http://www.columbia.edu/kermit/ck70.html
  20.  
  21. Here is what's new in Beta.06:
  22.  
  23. General:
  24.  . PURGE, DELETE, DIRECTORY, and related commands now have consistent
  25.    switches for file selection and listing options.
  26.  . New notation for relative dates (+3days, -6months, yesterday, tomorrow)
  27.    now accepted in any command where a date can be given, e.g.
  28.    "delete /before:-5days *.txt" (or SEND, or DIR, or MOVE, etc).
  29.  . Ctrl-L at prompt clears the screen.
  30.  
  31. File Transfer:
  32.  . ADD SEND-LIST now defaults text/binary according to filename patterns.
  33.  
  34. Communications:
  35.  . New built-in modem type for Motorola Codex 326X Series (*).
  36.  . SET DIAL METHOD AUTO defaults tone or pulse by country code.
  37.  . Assorted Telnet protocol improvements.
  38.  
  39. (*) Last call for adding new built-in modem types to C-Kermit 7.0.
  40.     If there is a modem you would to have included, please contact me.
  41.  
  42. Scripting:
  43.  . Expanded command buffer length to allow bigger macros, variables, etc.
  44.  . New support for compound Boolean expressions.
  45.  . New Boolean operator != (arithmetically not equal). 
  46.  . IF and XIF merged (so ugly XIF is no longer needed).
  47.  . New IF conditions: IF OPEN CONNECTION and IF OPEN CX-LOG.
  48.  . "kerbang" scripts now take arguments from the command line.
  49.  . New SCREEN command for screen clearing & cursor positioning.
  50.  . DIR /ARRAY:&a assigns file list to given array.
  51.  . \fword() and \fsplit() fixes and improvements.
  52.  . New math operator: prefix ! = logical (not bitwise) NOT.
  53.  . Improved diagnostics for function-related errors.
  54.  
  55. VMS:
  56.  . Now can receive files that have name-parts longer than 39 characters.
  57.  . Skewed autodownload fullscreen file-transfer display fixed.
  58.  
  59. Miscellaneous:
  60.  . Lots of work on Kerberos/SSL/TLS/etc (ask about this if you're interested).
  61.  . Various spurious "hints" removed, other hints improved.
  62.  . Cleaned up SCO makefile targets.
  63.  . Lots of new symbols for easier correction of compile-time problems.
  64.  . Closed a timing window in which ^C could cause a crash just after file xfer.
  65.  . Improved HELP texts.
  66.  
  67. New platforms:
  68.  . Stratus VOS!  (Thanks to Dat Nguyen for building it.)
  69.  
  70. Bugs fixed:
  71.  . "get /etc/hosts x.x" didn't work (unless you were root :-)
  72.  . Broken streaming transfers on HP-UX when in remote mode.
  73.  . FAST, CAUTIOUS, and ROBUST commands were broken in Beta.05.
  74.  . Macro parameter substitution by empty values did not work.
  75.  . Kermit on HP-UX 8.00 thought it was in the background after CONNECT.
  76.  . SEND from SEND-LIST ignored the text/binary mode given in the ADD command.
  77.  . Local (automatic) arrays could become global under certain conditions.
  78.  . Several memory leaks plugged.
  79.  . Various glitches in IKSD.
  80.  
  81. To pick up a copy and/or for further details, visit the C-Kermit 7.0
  82. web page:
  83.  
  84.   http://www.columbia.edu/kermit/ck70.html
  85.  
  86. Report problems to:
  87.  
  88.   kermit-support@columbia.edu
  89.  
  90. - Frank
  91.